POST
/File/UndoCheckOut/
Discards the changes to the checked out files with the specified IDs, and cancels the check out.
Request
Method
Request URI
POST
/API/File/UndoCheckOut/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
ID of the current session.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
fileIds
Type:
System.Guid[]
Response
Response Body
A
Dundas.BI.WebApi.Models.UndoCheckOutResultData
, or a status code indicating the reason for failure.